Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
I'm having issues executing any Zephyr project on a breadboard connected to a ISP1302. It works fine on the nRF51-DK but anything I try a final hardware nothing happens. Tried...
Hello,
I am using nrf52832 with PCA10036 V1.1.0. Soft device code is s132. I would like to know whether it will support Bluetooth 5.
I have downloaded nrf52 sdk13.0...
Hi, Dear Expert:
I am an Electronic Engineer. We used nRF51422 or nRF51822 at our products, but found the products was easily reset when did +/-1KV contact ESD testing...
now I used sample code of radio
change NRF_RADIO->MODE = (RADIO_MODE_MODE_Nrf_2Mbit << RADIO_MODE_MODE_Pos);
In transmitter code , I change
while (true...
Story Short: When trying to run the ble_app_uart example on a custom board with a nRF51822QFAAH0 chip, the code faults and resets at the point in tries to call sd_softdevice_enable...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
Using:
nRF51822
GCC 4.8.4
Nordic Sdk 5.2.0
and even Ole Morten's nice pure-gcc setup
newlib-nano and -flto
Within the startup_nrf51.s I found something...
The server has no I/O, so no way to press a button.
Can an attribute cause the BLE to set a bit in Flash, so at the next power up, it will read that bit and know to execute...
Hello,
I followed the instructions of KEIL in www.keil.com/.../ulink2_trace_itm_viewer.htm
However, I cant get any outputs in Keil Debug(Printf) Viewer using printf...
I purchased a bunch of ptr8000 boards off ebay from china to do some testing of the nrf905 without realizing they were setup for 433mhz, and I need 915mhz. Looking at the...
Hi,
I am currently testing a DAC with I2S input supplied by the nRF52832.
But unfortunately no signal is coming out from the DAC, furthermore when reading the error registers...
I'm looking to use the nrf open mesh on battery powered devices based on nrf51822. I would like to enable the mesh for short periods of time to transmit values (~50 nodes...
Hi,
I've just got the example running with one DK as ble peripheral and ESB at the same time uing the timeslot API and one DK as only ESB receiver.
I can communicate fine...