before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
I have an ongoing issue with using the Keil compiler and the supplied examples.
There has been some email correspondence which is detailed below:-
Hi David,
I have...
Hi
I am reading the sensor data (Irms and Vrms) via I2C protocol and multiplying the read data with 0.000030517578125 to get correct result but i am getting the result as...
Hi:
I use nRF5_SDK_16.0.0_98a08e2\examples\peripheral\usbd_ble_uart_freertos.Error:Unknown USB device (device descriptor request failed).
I use nRF5_SDK_15.2.0_9412b96...
I'm trying to add a SPI driver to the ble_app_uart_c example. For now, I'm just trying to make this driver shoot out a SPI transaction every time I click a button on the dev...
Hi,
I am trying the freertos on my project with nrf52840, sdk14.00, s140_nrf52840_5.0.0-2.alpha_softdevice.
As i can see, there were no example codes for 52840 in the...
hi
I`m debugging the nrf52840 on the pcb I made and have some problem
I know Reset pin is P0.18 of nrf52840 but 3.3V was not measured. So the reset pin does not work....
As mentioned in this article are these vulnerabilities addressed in Nordic Semiconductor's products?
https://thehackernews.com/2020/02/hacking-bluetooth-vulnerabilities...
Hi everyone,
I am using the nRF52840 and SDK 16. Following THIS tutorial was able to create my BLE custom service and see my service with the custom UUID.
The problem...
Need to design a simle RSSI based tracker using nrF52810. Due to current global issue, cannot order hardware at the moment.
So meantime I am planning to learn all software...
Hello,
Originally, the Zigbee light_control examples ships with a bulb that can call the zb_bdb_finding_binding_target() function , and a light switch that calls zb_bdb_finding_binding_initiator...
I searched in this forum about softdevice_fault_handler errors, but could not find the cause of my problem. I need to obtain more information for a softdevice_fault_handler...
Hi,
Can you please let know a way to run two processes two process simultaneously on the two cores of nRF5340 board. An example project would be of great help !
Thanks...
Hi teams
After I follow this post.
https://devzone.nordicsemi.com/f/nordic-q-a/53909/sending-multiple-packets-at-every-interrupt-interval
And I modify my source code...