I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
Hi, I'm trying to run the Openthread Cli sample on my nrf5340 DK, and it looks like that part is doing fine. But if I want to test the thread network with Putty I don't get...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Hi,
I'm trying to see how a BLE packet is formatted and sent from a Thingy:52 and I know the preloaded code on the THingy:52 has that functionality, can you direct me to...
Hi, do you have plans to test the nrf52805 at 105 degC or higher, similar to nrf51822 Extended Industrial Temperature range document
We will probably run the NRF52805 at...
I have created zigbee network using nordic dk board, i am trying to fetch all the active nodes in the network using zdo mgmt_lqi cli and i am getting those details but when...
Hi, What is in your opinion the best way to handle device reset after the Zigbee connection fails?
I want to archive behavior like so: after connection fails sleep for 10...
Hello,
I am working on a project which requires 2 FTDs and 2 MTDs (Sensor and Actuator) in a Thread Network.
We are using nRF52840 dongle as FTDs and arduino nano sense...
after connect v3.7.1 programer v1.4.11 for a nrf9160dk I get an error "Error: Error occured when get library info. Errorcode: CouldNotOpenDevice (0x4) Lowlevel error: INVALID_OPERATION...
I have followed the tutorial of nRF5340: Network core bootloader to test the bootloader on app. core & net core.
I chose to use VS code to develop.
I am successful to...
Hi.
Simcom SIM7000 series datasheet recommends the following schematic:
Simcoms SIM800C module datasheet recommends the following schematic:
Quectel BG96 module...
I currently use an NRF52810 to write a firmware in an external flash, then an STM32 will read this firmware and download it in its internal flash. The communication between...
Hello,
I tried to read the value from bq4050 on smbus.
I had good results but I got wrong value randomly as following.
The last marked value is temperature from DAStatus2Reg...
Hello, I am developing a custom firmware for NRF52832 controller. I have develop power saving mode using power manage function. Also I have enabled interrupt inside code and...
hi,In SAADC sampling, the upper limit and lower limit of sampling results are set. Interrupt events are generated only when they are less than the lower limit or greater than...