I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
Dear Sir/Madam,
I need help. I am using UART to send the data in the mesh topology .and I configured mesh using light_switch source code. is it enough to send data using...
I am trying to interpret the values in the INFO.VARIANT register for the nRF52840. The datasheet states "Build code (hardware version and production configuration). Encoded...
Hi,
After following the steps for building the documentation, I always get the following error:
"CMake Error at CMakeLists.txt:92 (add_subdirectory): add_subdirectory...
Dear All, I am trying to develop a simple BLE scanner that will scan for BLE beacons and print the retrieved packages. I am using nRF5 SDK v16.0.0. I have mostly succeeded...
I'm using an SES with NRF52840, w/ SDK 15.3, and SoftDevice S140. Im working on DFU and have two components:
- a main app that already takes care of moving a FW image into...
Hi
We are using %XMONITOR to get the network status and parameters, but we cannot understand some of its response:
1), sometimes, the PLMN may be "FFFFFF" and TAC may...
Hi!
I am in the process of trying to figure out how much it is actually going to cost for our devices to support LTE-M, and I have realized that I don't actually know what...
I am trying to write a simple application to publish messages over MQTT to an AWS IoT-Core broker. I started with the MQTT_Simple and AWS_FOTA examples. When trying to do...
before the question , I hope you understand my poor English.
i make a project using nrf52840 dongle
when event of an interrupt signal occur , the chip must wake up...
Hi,
I'm attempting to wake the nrf52480 from it's sleep mode using a button input and sequentially send the command normally associated with that button without requiring...
Hello Experts,
We need to get an RF certificate for our product with nRF52840 (it's actually nRF52840 USB dongle).
In our case, the BLE stack is initialized in the central...
The instructions are wrong -- I have verified with 3 different boards that Step 3 does not work.
Step 3 states: Click the large “+” sign on the top left to add your new...
I have written a UARTE driver, to conform to the kind of API we need, for NRF52840. It is very nearly working except that it drops single received characters and I'm trying...
Hi there, I'm trying to guesstimate the best that I can, the amount of power it would take to transmit roughly 10 kbit/s of data through LTE-M on the nRF9160. I'm just looking...
Attached is a nRF52840-DK project and an Xcode project with iOS and macOS targets. When I run on macOS the L2CAP channel is opened. When I run on iOS the L2CAP is not opened...