I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
When following instructions for setting up the NRF52840-dongle as RCP coprocessor , I'm getting this error: ModuleNotFoundError: No module named 'intelhex'
Full log...
I have some initial questions regarding the nPM1300 :) :
- It is possible to download the nPM1300 datasheet as a PDF file instead of viewing it online?
- Regarding VBUS...
When I do a sd_ble_gattc_char_value_by_uuid_read I can only get a maximum of 253 bytes.
And when I read more I get a gatt_status of
BLE_GATT_STATUS_ATTERR_INVALID 0x0100...
when testing NIDD on NRF9151 we are using sock connect -f packet -t raw but it is giving us error
mosh:~$ > sock connect -f packet -t raw sock connect -f packet -t raw Socket...
I want to use RTC in my project. I'm facing build issue (undefined reference to `__device_dts_ord_113') in my project .
STEPS TAKEN: 1. I have enabled the RTC configuration...
Hello everyone.
I am going to do a project recently. We are using dht22 to transmit temperature and humidity, and use temperature values to control LEDs.
This project...
Hello, and thanks for reading. We are having some problems with our device, and hope someone here has the missing piece of wisdom we need. Our device implements HID over GATT...
So in our factory I had setup both an nRF51-DK (PCA10028) and nRF52-DK (PCA10040) to program our external boards we are producing which has a NRF51822-QFAB-R7 populated on...
Hi,
My custom board uses Raytac MDBT53v, which has nRF5340 as its MCU.
My SW is based on the example audio code, and I want to use my external NOR FLAH IC (Macronix MX25R6435F...
Hello,
I am finishing the development of a device based on the nrf52810. When the device is connected to a central, I would like to periodically measure the voltage on VDD...
Hi, I am working on a Bluetooth Mesh project for lighting control using nRF5340. I am currently stuck on how to implement a Bluetooth Mesh gateway for my mesh network. Here...
Hi everyone,
I'm currently working on a project involving an Ember ZigBee end device and a Nordic ZigBee coordinator ( Nordic nRF52840 donngle) . I’ve encountered an issue...
I am not being able to set up the modem in Pakistan. We bought the board in Canada and we've tested it out in Canada without any issues. But the same Soracom sim card is not...
Hi,
I am writing a app.overwrite to remap my pins table. I can use
/delete-node/
The above is no problem. Bu my pio is overlay with gpio1 pin 5. The original dts...