When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi all,
I have just some issues with sd_flash_write and sd_flash_page_erase functions. I have created some code to read the temperature value and save this value in memory...
Hi,
I am considering nRF52 (most likely nRF52833 or 811 ) for a new design - curious how mature is the concurrent multiprotocol support in nRF52 - in particular for nRF52833...
Hi All,
We are using nRF52840 MCU and SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71. We are designing a device that uses switches connected to the below pins,
Pin...
Hi,
I use a custom board, softdevice and boot loader.
I use DFU to update a slave chip firmware. Everything goes right until we invalidate and write flash :
// Invalidate...
Hi
i use sdk 17.02
custom board
soft device
when i program input digital pin I have an extra consumption of arounf 9µA versus not using it.
Could you tell me if...
Hello,
I am using FDS successfully with SDK 17.0.2, secure bootloader and softdevice. Bluetooth (BLE) environment, if it does matter.
I can read and write data. But following...
hi guys
i develop mobile app for iOS and use nrfMesh lib v3.0-beta1. i have few nodes subscribed to a group. I send GenericLevelSet message to a group and receive successful...
if a response to the http request is chunked ( https://en.wikipedia.org/wiki/Chunked_transfer_encoding ), it is not handled correctly by the serial_lte_modem.
Sometimes...
This should not be so hard - have to go here and wait until this gets answered.
1. I can't find an SDK consistent with SoftDevice s110.
2. I have an nRF51822 production...
I want to find out BLE throughput.
Throughput_bps = num_packets * (ATT_MTU - 3) * 8 / seconds.
In this equation, how can I find out num_packets?
Also, ATT_MTU =...
Hello,
I was just wondering that if somehow we can send the AGPS code data of thingy 91 to adafruit server through the MQTT just for testing purposes.
Let me know...
Hi everybody,
I have some trouble fixing the ERROR 19 [NRF_ERROR_RESOURCES]. I think it's something about the buffer queue size that is too busy. But I don't know how to...
Hi ,
can we use the Twi scanner for the nrf52832 customized board does it will work or not ? Because i complied the twi scanner program in the customized board even i changed...
Hi,
I am trying to learn free rtos on nrf 52dk. My doubt is how do we debug, watch tasks. I am using segger embedded studio IDE. for sdk, sequential execution of code the...