Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
A quick question. I've made an App based on the peripherals not required by the SoftDevice, in particular s112 states RTC0 and TIMER0 are used. I'm moving onto the Bluetooth...
I am able to run all samples from this folder /ncs/v1.2.0/zephyr/samples/ and see the output on the LTE Link Monitor.
However, when I try to run the GPS sample from /ncs...
Hello I notice that exemples with Softdevice ( nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b) works fine for a PCA10056 but not on a PCA10059. When I had tried to make this...
Hello,
first of all let me thank you for providing the nRF Sniffer, which is a great and very helpful tool! I use it a lot and I'm well are that one would have to pay a...
Hi,
I have currently started the development with nRF52840 PDK. I need to get a simple program for a Zigbee coordinator and sleepy end device. I have tried the light example...
Hi team,
I am working on SDK v16.0.0 and using the nRF52840 DK. I generated a new private key public key pair using nrfutil and used that to generate dfu_public_key.c to...
Hi, I want to power the system off when a a characteristic is written. I do so by calling sleep_mode_enter function listed below. When sd_power_system_off is called the system...
hi
i program the hex of nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_hids_keyboard into pca10056,it run ok .if i don't connect it by phone,and than press button1...
Hello,
I want to test the Thingy Mesh Provisioning Demo v0.7 with the codes provided on the GitHub:
https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo...
Hello everyone, recently i was trying to figure out the best way how to send a large amount of data from ble peripheral to the central (Android device in this case) and thanks...
Hi,
I want to add FDS basedon dimming_serve example ,However,after fds_init(); it not jump to fds_evt_handler but stop wait .
The below is my code:
And The Bellow...
Hi all.
First I would like to apologize for any mistake because I'm posting first time here.
I'm using Visual Studio Code (VSC) to evaluate the blinky example from nRF5...
I recently had the need to communicate with a device over I2C. I'm using the nRF52 as the master. Everything works fine, but power is a concern. I am putting the processor...
Hello,
I have the same problem as this post . The difference is my SPI is sending out junk instead of stucking. I have tried the solution in the original post but no avail...