//#define RF95_TCXO (5)
//#define RF95_TXEN (22) // If defined, this pin should be set high prior to transmit (controls an external analog switch)
//#define RF95_RXEN (23) // If defined, this pin should be set high prior to receive (controls an external analog switch)
Emitting reboot packet for serial shell
No I2C devices found
Meshtastic swver=unset, hwver=unset
Reset reason: 0x1
FIXME, call randomSeed
ERROR: No UBLOX GPS found
Hoping that NMEA might work
RadioConfig reset!
Initial packet id 1481765933, numPacketId 4294967295
No saved preferences found
NODENUM=0x9d9fbfb8, dbsize=1
Starting meshradio initā¦
Set radio: name=Default, config=3, ch=6, power=0
Set radio: final power level=17
RF95 init result 0
sending owner !f0759d9fbfb8/Unknown bfb8/?B8
Update DB node 0x9d9fbfb8, rx_time=0
old user !f0759d9fbfb8/Unknown bfb8/?B8
updating changed=0 user !f0759d9fbfb8/Unknown bfb8/?B8
Adding packet record (id=0x5851f430 Fr0xb8 To0xff, WantAck0, HopLim3 Payload:User)
enqueuing for send (id=0x5851f430 Fr0xb8 To0xff, WantAck0, HopLim3 encrypted)
txGood=0,rxGood=0,rxBad=0
Starting low level send (id=0x5851f430 Fr0xb8 To0xff, WantAck0, HopLim3 encrypted)
Initialise the Bluefruit nRF52 module
Configuring the Device Information Service
Configuring the Battery Service
Configuring the Mesh bluetooth service
Setting up the advertising payload(s)
Advertising
Completed sending (id=0x5851f430 Fr0xb8 To0xff, WantAck0, HopLim3 encrypted)
@drewsed Thank you for the pointer. I can see the closest environment to build for nRF52-DK is feather_nrf52832 for now. Let me try and see if it works on my nRF52-DK, but I need to enable LoRa as well since the note says that it is disabled by default.
I am gonna open a new thread for questions. Thanks again!
Weeks ago @Corvus mailed me a new version of his cool board (actually he mailed it to the hotel i was going to be at). It just arrived and looks great! Iāll work on adding support today!
Ok - futzing on this now. One question before I try my load (to prevent smokeage Iām double checking):
The schematic here doesnāt seem to match the silk screen labels. For instance the third button is labelled P1.06 on the silk screen but the schematic says that P1.06 is BUZZER. Should I used the 2.1 schematic?
I did the basic setup, the LORA radio now works, CPU works, LEDs and buttons work. Not working yet: sd card slot, beeper, gps, display. Alas - Iāve got to work on some other stuff for the next 2-3 days, but as soon as that is finished Iāll finish up adding support for your cool board!
Cool! Havenāt had the time to assemble more boards (sent you the only one I had), but will try it out soon!
SD card and buzzer are for inspiration purposes. In case they might be useful in the future.
@geeksville is going to look back on the last 2 weeks and wonder where all the time went. Good thing for portable hobbies to keep your mind working while stuck in a box
Hello!
Iām a new user here and really impressed by the community effort around the project!
Are there any nrf52 boards that could be used? Reading through this thread, I understand the Corvus board v2 the most recent development on the nrf52 side and is not yet officially supported?
If there are no boards available Iām thinking to build a board myself. I want a low-power/small-size device, motivated by paragliding use case. The production device needs only to have a Lora/BLE/2 LED/1 button/USB port/ battery and optionally buzzer/solar panel (no GPS). The power consumption should be low enough so that the device needs to be recharged only after 20 hours of use (and never with solar in sunny day).
Since Iām a noob in RF, I thought maybe ISP4520 module which combines SX1262 + nRF52832 + internal antenna could be used? The ISP4520 datasheet gives pretty impressive numbers (17km range with internal antenna), do these sound too good to be true in real life?
OTOH, I can reuse modules Corvis used in V2 board (SX1262_EBYTE and NRF52840_HolyIOT) and copy some of their board design/platformio configuration. The downside will be increased size and the need for external antenna (which may be need anyway, if ISP4520 numbers are too optimistic).
Iāll appreciate any input on my options! Anything Iām missing?
I believe the internal antenna might work well in line-of-sight (LOS) environments, like paragliding. However, external antennas tend to perform better, as the devices antenna is usually more easily placed in ones gears.
How about building a board with both internal antenna, and a external antenna connector (SMA?)? This might need some kind of extra electronics? Moreover, I suggest to add two to five user buttons on the device for a more user friendly operation.
The battery life of a node is already more than two days, without charging. @geeksville is trying to achieve about a week, with only one charge, after some upcoming power optimizations in the device code.