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...
Hi Nordic
I used the nrf_gpio_cfg_sense_input() API to initialize the GPIO4 for waking up nrf52832 from system off mode, This IO could wake up nrf52832 successfully, but...
These two func:"softdevice_ble_evt_handler_set "
and "softdevice_sys_evt_handler_set" suggests that there are two categories/sets of events grouped into system & BLE.
...
I'm a user of nRF52 DK with S132.
I want to modify the event handler in the example application code such as ble_uart_c.
Where can i find the full list and description of...
Hello
Can I use the LORAWAN module with NRF52833? if yes, is the LORA gateway also required to send the data to the cloud, or can it be done directly without a gateway?...
TX :52840
Software version:nRF5_SDK_16.0.0_98a08e2 hardware version:
RX:52820
Software version:nRF5_SDK_17.1.0_ddde560
My test method: send 60 bytes of data through...
Hi:
I use sdk:nRF5_SDK_17.0.2_d674dde and NRF52840.
Reference examples:nRF5_SDK_17.0.2_d674dde\examples\peripheral\uart
PC connection RX-pin20 and TX-pin22, PC sends...
Hi,
We are looking to purchase the nRF52832 SoC. The data sheet says it supports a data rate of 1Mbps when the receiver sensitivity is set to -103dBm. This data rate is...
I am experiencing a strange behavior with SES 6.32, using GCC and I wonder if I should choose a different compiler.
COMPILING THIS PART OF CODE (I added line numbers for...
I want to add wifi connectivity to asset_tracker. It is required that MODEM is turned off. The program flow need to change so that instead of Modem, wifi Module is tried first...
Hello,
I am trying to read a 32-bit value over BLE but the value displays as 8-bit on nRF Connect. In my code I am sending it as an int32. Why does nRF Connect only show...
Hi There,
I have almost done the project, I used nrf52832 as central(master) and nrf52810 as peripheral(slave).
i use the blinky example and everything working fine. I...
Hello,
I am using nRF52840 and I currently am working on a application where mostly I am using central functionality (BLE connection and exchange the data) along with cellular...
I'm willing to use the 5 claused licensed code for the parts that only work with nordic hardware, but the partition manager isn't actually necessary. Is there some way to...
Hi,
I am trying to migrate a moderaely complicated nrf5340 app from sdk 1.9.1 to sdk 2.0 and having a few issues with getting the right crypto configuration. Original...