Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
I am facing one another problem basically i am sending some AT command from central to peripheral but after some time its hang and wait app_erroc. c (__disable_irq();->while...
Hello, I commissioned a factory to make a sample card reader for my company, they didn’t configure everything, because the SDK given to us allows the device to read-only NFC...
Hi
I have a setup with one device and one host, and I want to send data return to the device, but I'm not getting the nrf_gzll_host_rx_data_ready callback no the host. ...
HI
We have a running product that we want to improve by moving from ESB to Gazell.
it should be an easy task, because it is only a simple main file that needs to be replaced...
Hi Nordic,
I have added 20 client elements on a client node to control 20 server nodes(Light_Switch example). While sending an acknowledged message to all servers on a button...
We are using the nRF52840 with SDK 15.3 and we want to switch the regulators (DCDC or LDO) manually depending on the feature.
According to the Nordic document here ( https...
Hello,
I want to run a memory test whenever my device nrf52832 starts up to check for various faults like stuck at, transition and other faults in both flash and RAM. Does...
Hi All !
Hope doing well . I have a question regarding nrf52833 maximum power transfer @ 8dbm . I am using the "ble_beacon app" and using sdk 17.2.0 and soft device is S140...
Hi. I am working on the nrf9160. I want to use a unit test framework for my application code (which is a combination of C/C++14). I thought about using gtest/gmock or ztest...
I'm using NCS V1.5.0 and an nRF52840
The current draw with I2C enabled is around 200 micro amps
If I disable I2C using an overlay and recompile the current draw is around...
Hi all,
Please forgive the newbie question--I'm just getting started with Nordic.
I'm trying to build the hex files for the pc-ble-driver and the build keeps failing....
I am trying to add the nRF SDK 15.3.0 ILI9341 LCD driver code to my existing nRF52840 project.
Segger Embedded Studio 5.40a is being used as the IDE.
I have added all...
Hi,
I am new to Nordic chip sets, though I have firmware experience with STM and other boards. I have to wire an accelerometer to a nRF development board, and fix some existent...
Hello I am fairly new to Nordic. I am able to send and receive a character only but not able to send a string.
I am trying to send a character via RS232 to Tera Term using...
Hello,
I would like to print signed long long int (s64_t ) values using printk or printf.
I tried some suggestions I found online %lli , %lld but they did not work.
...