Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
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...
The bluetooth of android APP is easy to disconnect (we make smart door lock products); The product is delivered to the customer. It is easy to disconnect and not connect with...
Hello,
I learnt about some resource pre-allocation in the datasheet, e.g. ppi, or API documentation, e.g. app_timer rtc1. I see the SDK drivers are trying to take care some...
SDK16, S112, 52810. I have DCDC set up and external 32.768 crystal oscillator on my board.
Here is my code part:
main()
nrf_power_dcdcen_set(true); nrf_delay_ms(100...
Dear ,
Follow the previous ticket, https://devzone.nordicsemi.com/f/nordic-q-a/59034/agps_thingy91
I am trying to use asset_tracker : https://github.com/NordicPlayground...
I am writing an application on a BLE chip that will transmit high volumes of data to an Android phone (520,000 bytes / second signal).
According to some tests I've seen...
my board uses 51822. I am using 52DK to debug it. I have plugged my board with 52DK as following:
RX -> p0.08
TX -> p0.06
My question is, when I init UART in code...
Device: nrf9160 (dk and custom board)
sample application : MQTT simple
segger studio (nordic version): V4.42a
There are 2 main issues:
1) in the main.c file, Segger...
Last time I used it, it worked fine, it's been sitting in a drawer for some time since then.
When I tried to use it now, i get this error - even though I can read the...
Hi team Nordic,
Looking in the nrf53 datasheet, it seems like the PDM clocks are the same (peripheral) as the nrf52, is this correct?
You usually wanna run the newer high...
Hello,
I am using an nRF52840 on a custom board, and I want to add the workaround for Errata [87] Unexpected wake from System ON Idle when using FPU . However, the the...
Hi,
I´m trying to flash a custom board with nrf52833 chip with the nrf82833 DK.
How can i make sure, that tha DK board will program the custom board? Currently it...
Why isn't this working?
The MPU_RESET_PIN is set to : NRF_GPIO_PIN_MAP( 0 , 20 )
I can not seem to be able to alter the state of the PIN. Whenever I read the PIN its...
Hello all!
I have a timer that sometimes gets started inside the IRQ of the ESB and sometimes needs to be restarted inside its own IRQ
I'm running it in a "one shot...
Hello
This parameter must be modified e.g. if you have a large number of characteristic in your custom service.
is there a reasoning to calculate this or just "try and...